Description
Returns the Quota Infos (innerSize, totalSize and maxQuota) for a DocumentModel
Operation id | Quotas.GetInfo |
Category | Quotas |
Label | Get Quota info |
Requires | |
Since | |
Parameters
Signature
Inputs | void, document |
Outputs | jsonadapter, jsonadapter |
Implementation Information
JSON Definition
{
"id" : "Quotas.GetInfo",
"label" : "Get Quota info",
"category" : "Quotas",
"requires" : null,
"description" : "Returns the Quota Infos (innerSize, totalSize and maxQuota) for a DocumentModel",
"url" : "Quotas.GetInfo",
"signature" : [ "void", "jsonadapter", "document", "jsonadapter" ],
"params" : [ {
"name" : "documentRef",
"description" : null,
"type" : "document",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}